PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.formattedcontent Package / PDFFormattedContent Class / getParagraphHeights Method
In This Topic
    getParagraphHeights Method
    In This Topic
    Gets the height of each paragraph in the formatted content.
    The method must be called before calling this method. This method can also be called after the formatted content has been drawn on the page.
    Syntax
    public double[] getParagraphHeights()

    Return Value

    The height of each paragraph in the formatted content wrapped at a specific width.
    See Also